home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP19 / SHOWBIT.MAK < prev    next >
Text File  |  1995-12-31  |  233b  |  10 lines

  1. #-----------------------
  2. # SHOWBIT.MAK make file
  3. #-----------------------
  4.  
  5. showbit.exe : showbit.obj
  6.      $(LINKER) $(GUIFLAGS) -OUT:showbit.exe showbit.obj $(GUILIBS)
  7.  
  8. showbit.obj : showbit.c
  9.      $(CC) $(CFLAGS) showbit.c
  10.